func hash/maphash.rthashString

4 uses

	hash/maphash (current package)
		maphash.go#L73: 		state = rthashString(s[:bufSize], state)
		maphash.go#L76: 	return rthashString(s, state)
		maphash.go#L189: 			h.state.s = rthashString(s[:bufSize], h.state.s)
		maphash_runtime.go#L41: func rthashString(s string, state uint64) uint64 {